GetFloat(IPdfArray,Int32,Nullable<Single>) Method
In This Topic
Gets the float value at the specified index.
If the value cannot be converted to a float, returns and adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog.
Syntax
'Declaration
Public Overloads Shared Function GetFloat( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As System.Nullable(Of Single) _
) As System.Nullable(Of Single)
public static System.Nullable<float> GetFloat(
IPdfArray ,
System.int ,
System.Nullable<float>
)
Parameters
- array
- The current array.
- index
- The index of the item to return.
- defValue
- The default value.
Return Value
The value at the specified index.
See Also